DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / NotifyItemRangeChanged Method / NotifyItemRangeChanged(Int32,Int32) Method

In This Topic
    NotifyItemRangeChanged(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub NotifyItemRangeChanged( _
       ByVal positionStart As Integer, _
       ByVal itemCount As Integer _
    ) 
    public void NotifyItemRangeChanged( 
       int positionStart,
       int itemCount
    )

    Parameters

    positionStart
    itemCount
    See Also